From 79fcb285eca75855a783f2efaf0e476e7213c3ea Mon Sep 17 00:00:00 2001
From: Salar Safayi <108089493+zalar2202@users.noreply.github.com>
Date: Thu, 6 Aug 2026 04:34:16 +0300
Subject: [PATCH] Add LogaTech (LogaCore) fingerprint
LogaTech's LogaCore platform (a modular Next.js-based multi-tenant
CMS/CRM/e-commerce framework) emits a consistent generator meta tag
and X-Powered-By header on every page across all installs:
X-Powered-By: LogaTech (LogaCore)
Verified live on 10+ production/staging sites (see PR description).
---
src/images/icons/LogaTech.svg | 4 ++++
src/technologies/l.json | 15 +++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 src/images/icons/LogaTech.svg
diff --git a/src/images/icons/LogaTech.svg b/src/images/icons/LogaTech.svg
new file mode 100644
index 00000000..3fc74139
--- /dev/null
+++ b/src/images/icons/LogaTech.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/technologies/l.json b/src/technologies/l.json
index 37e695af..f0941fee 100644
--- a/src/technologies/l.json
+++ b/src/technologies/l.json
@@ -3409,6 +3409,21 @@
],
"website": "https://www.logaholic.com"
},
+ "LogaTech": {
+ "cats": [
+ 1,
+ 51
+ ],
+ "description": "LogaTech is the developer of LogaCore, a modular Next.js-based platform used to build and manage multi-tenant CMS, CRM and e-commerce websites.",
+ "headers": {
+ "X-Powered-By": "^LogaTech \\(LogaCore\\)$"
+ },
+ "icon": "LogaTech.svg",
+ "meta": {
+ "generator": "^LogaTech \\(LogaCore\\)$"
+ },
+ "website": "https://logatech.net"
+ },
"Loggly": {
"cats": [
10