راهاندازی Xeniguard و سختسازی سرورهای لینوکسSetting up Xeniguard and hardening Linux servers
این راهنما پنل Xeniguard را روی یک سرور مدیریتی بالا میآورد، اولین سرور هدف را از راه SSH به آن وصل میکند و چرخه بررسی تا بازگردانی را توضیح میدهد. هر گام را که انجام دادید علامت بزنید؛ پیشرفت شما در همین مرورگر ذخیره میشود.
This guide brings up the Xeniguard panel on a management server, connects your first target host over SSH and walks through the cycle from Check to Rollback. Tick each step as you finish it; your progress is saved in this browser.
Xeniguard چیستWhat is Xeniguard#
Xeniguard پلتفرم سختسازی لینوکس برای میزبانهای خانواده Debian و RHEL است. هدفش رساندن یک سرور از نصب پیشفرض به وضعیت امنیتی قابلاندازهگیری و قابلراستیآزمایی است. همه کارها با یک موتور سختسازی مشترک به زبان Bash انجام میشود که روی سرور هدف با دسترسی root اجرا میشود.
Xeniguard is a hardening platform for Debian-family and RHEL-family Linux hosts. Its goal is to take a server from a default install to a measured, verifiable security posture. All work is done by one shared Bash hardening engine that runs as root on the target.
| جزءComponent | نقشRole | مجوزLicence |
|---|---|---|
engine/ | موتور سختسازی و خط فرمان (Bash)؛ روی هدف با root اجرا میشودHardening engine and CLI (Bash); runs as root on the target | Apache-2.0 |
catalog/ | تعریف کنترلهایی که موتور اعمال میکندControl definitions consumed by the engine | Apache-2.0 |
server/ | API کنترلپلین به زبان GoControl-plane API backend in Go | AGPL-3.0 |
web/ | پنل وب (React و TypeScript) که داخل باینری سرور جاسازی میشودReact/TypeScript panel, embedded into the server binary | AGPL-3.0 |
agent/, adapters/ | فقط رابطها؛ پیادهسازی مربوط به نسخه Enterprise استInterface stubs only; implementation belongs to Enterprise | — |
نسخه Community متنباز است و شامل موتور، خط فرمان و پنل اختیاری در حالت محلی یا SSH میشود. نسخه Enterprise کاتالوگ کامل، ایجنت، اتصال به اسکنر، اصلاح بر پایه CVE، استثناهای کنترلشده و مدیریت ناوگان را اضافه میکند. هر دو نسخه یک موتور و یک قرارداد کنترل دارند.
The Community edition is open source: the engine, CLI and an optional panel in local or SSH mode. The Enterprise edition adds the full control catalog, host agent, scanner integration, CVE-driven remediation, governed exclusions and fleet management. Both share one engine and one control-file contract.
مفاهیم اصلیCore concepts#
| مفهومConcept | معناMeaning |
|---|---|
| کنترلControl | یک تنظیم امنیتی مشخص، مثل بستن ورود root در SSH، که در کاتالوگ تعریف شده است.One specific security setting, such as disabling SSH root login, defined in the catalog. |
| Check | وضعیت هر کنترل را بدون هیچ تغییری میسنجد و امتیاز را محاسبه میکند.Assesses each control without changing anything and computes the score. |
| Plan | فهرست دقیق تغییراتی که اعمال خواهد شد.The exact list of changes that would be made. |
| Apply | اجرای برنامه روی سرور.Executes the plan on the host. |
| Rollback | بازگرداندن تغییرات اعمالشده.Reverts applied changes. |
| امتیاز سختسازیHardening Score | عددی وزندار از وضعیت کنترلها. سقف تقریبی Community حدود ۷۰ و Enterprise حدود ۹۵ است.A weighted number derived from control state. The ceiling is about 70 for Community and about 95 for Enterprise. |
| حالت SSHSSH mode | پنل سرور هدف را از راه دور و از طریق SSH سخت میکند.The panel hardens a remote host over SSH. |
| حالت محلیLocal mode | پنل و کمککننده ممتاز روی خود سرور هدف اجرا میشوند و همان ماشین را سخت میکنند.The panel and a privileged helper run on the target itself and harden that machine. |
انتخاب روش استقرارChoosing a deployment#
| Docker | بومی روی هدفNative on the target | |
|---|---|---|
| مناسب برایBest for | مدیریت چند سرور از یک پنلManaging several hosts from one panel | سخت کردن همان ماشینی که پنل رویش استHardening the machine the panel runs on |
| سختسازی از راه SSHSSH-mode hardening | ✓ | ✓ |
| سختسازی محلی (localhost)Local-mode hardening (localhost) | ✗ | ✓ |
| اجرا باRuns as | کاربر غیر root (uid 65532)Non-root user (uid 65532) | کمککننده با root واقعیHelper with real root |
این راهنما روش Docker را گامبهگام پیش میبرد، چون برای بیشتر سازمانها نقطه شروع مناسب است. حالت محلی در بخش حالت محلی توضیح داده شده است.
This guide walks through the Docker route step by step, since it is the right starting point for most teams. Local mode is covered in Local mode.
پیشنیازهاRequirements#
سرور مدیریت (محل اجرای پنل)Management server (where the panel runs)
- یک سرور لینوکس با Docker Engine و افزونه Docker Compose نسخه ۲.
gitبرای دریافت کد.- دسترسی شبکهای SSH به سرورهای هدف.
- A Linux server with Docker Engine and the Docker Compose v2 plugin.
gitto fetch the code.- SSH reachability to the target hosts.
هر سرور هدفEach target host
- توزیعی از خانواده Debian (مثل Debian و Ubuntu) یا خانواده RHEL (مثل RHEL، Rocky Linux و AlmaLinux).
- سرویس SSH در دسترس از سرور مدیریت.
- یک کاربر SSH که root باشد یا
sudoبدون رمز داشته باشد. systemd؛ بدون آن، تغییراتی که ریسک قفلشدن دارند اعمال نمیشوند.- یک راه دسترسی جایگزین (کنسول مجازی یا خارج از شبکه) و یک پشتیبان تازه، پیش از اولین اعمال.
- A Debian-family (e.g. Debian, Ubuntu) or RHEL-family (e.g. RHEL, Rocky Linux, AlmaLinux) distribution.
- SSH reachable from the management server.
- An SSH user that is root or has passwordless
sudo. systemd; without it, lockout-risk changes will not be applied.- A fallback access path (virtual console or out-of-band) and a fresh backup before the first apply.
پوشش هر کنترل برای هر توزیع در صفحه کاتالوگ پنل دیده میشود.
Per-distribution coverage of each control is shown on the panel's Catalog page.
01نصب Docker روی سرور مدیریتInstall Docker on the management server#
اگر Docker از قبل نصب است، فقط نسخهها را با دو دستور آخر بررسی کنید.
If Docker is already installed, just check the versions with the last two commands.
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USER
newgrp docker
docker --version
docker compose versionاگر get.docker.com در دسترس نیست، روی Ubuntu از بستههای توزیع استفاده کنید. برای توزیعهای دیگر راهنمای رسمی Docker را دنبال کنید.
If get.docker.com is unreachable, on Ubuntu use the distribution packages. For other distributions follow Docker's official guide.
sudo apt update
sudo apt install -y docker.io docker-compose-v2 git
sudo systemctl enable --now dockerساخت ایمیج، ایمیج پایه debian:12-slim را از Docker Hub میگیرد. اگر شبکه شما به Docker Hub دسترسی پایدار ندارد، یک Registry Mirror در /etc/docker/daemon.json تعریف کنید و Docker را ریاستارت کنید.
The build pulls the debian:12-slim base image from Docker Hub. If your network cannot reach Docker Hub reliably, set a registry mirror in /etc/docker/daemon.json and restart Docker.
{
"registry-mirrors": ["https://<your-mirror-address>"]
}02دریافت کدGet the code#
git clone https://github.com/xenitech/xeniguard.git xeniguard
cd xeniguardبهجای https://github.com/xenitech/xeniguard.git نشانی مخزن رسمی Xeniguard را بگذارید. پیش از بازتوزیع هر بخش از کد، فایل NOTICE.md را بخوانید؛ مجوز اجزا متفاوت است.
Replace https://github.com/xenitech/xeniguard.git with the official Xeniguard repository address. Read NOTICE.md before redistributing any part; components are licensed differently.
03ساخت و اجراBuild and run#
از ریشه مخزن اجرا کنید. Dockerfile ابتدا پنل وب را میسازد، آن را داخل باینری Go جاسازی میکند و نتیجه را در یک ایمیج debian:12-slim با کاربر غیر root قرار میدهد.
Run from the repository root. The Dockerfile builds the web panel, embeds it in the Go server binary and ships it in a debian:12-slim image running as a non-root user.
docker compose up -d --build
docker compose psCompose کانتینر را با فایلسیستم ریشه فقطخواندنی، حذف همه capabilityهای لینوکس و no-new-privileges اجرا میکند. اگر Compose نمیخواهید، معادل ساده آن این است (بدون آن محدودیتهای اضافه):
Compose runs the container with a read-only root filesystem, all Linux capabilities dropped and no-new-privileges. Without Compose, the plain equivalent is below (without those extra restrictions):
docker build -t xeniguard .
docker run -p 8091:8091 xeniguardروش Compose را ترجیح دهید؛ محدودیتهای امنیتی کانتینر در docker-compose.yml تعریف شدهاند و در docker run ساده وجود ندارند.
Prefer Compose; the container's security restrictions are defined in docker-compose.yml and are absent from a plain docker run.
04بررسی سلامتHealth check#
curl http://127.0.0.1:8091/healthzاگر پاسخ سالم گرفتید، پنل روی https://127.0.0.1:8091/ در دسترس است.
If the health check succeeds, the panel is available at https://127.0.0.1:8091/.
در این استقرار، میزبان localhost که خودکار ساخته میشود در پنل «در دسترس نیست» (engine unavailable) نمایش داده میشود. این درست است، نه خطا: کانتینر عمداً root نیست و نمیتواند خود سرور مدیریت را سخت کند. سرورهای هدف را از راه SSH اضافه کنید.
In this deployment the auto-created localhost host shows as unreachable ("engine unavailable"). That is accurate, not a bug: the container deliberately never runs as root and cannot harden the management server itself. Add target hosts over SSH instead.
05دسترسی امن به پنلReaching the panel safely#
پنل کلیدهای دسترسی به همه سرورهای شما را در اختیار دارد. پورت 8091 را روی اینترنت باز نکنید. سادهترین روش امن برای باز کردن پنل از لپتاپ خودتان، تونل SSH است:
The panel holds the keys to every server you manage. Do not expose port 8091 to the internet. The simplest safe way to open the panel from your own laptop is an SSH tunnel:
ssh -N -L 8091:127.0.0.1:8091 <user>@<management-server>سپس در مرورگر لپتاپ خودتان https://127.0.0.1:8091/ را باز کنید.
Then open https://127.0.0.1:8091/ in your laptop's browser.
پورتهایی که Docker منتشر میکند میتوانند قوانین ufw را دور بزنند. اگر پورت را منتشر کردهاید، آن را فقط روی 127.0.0.1 یا نشانی شبکه مدیریتی ببندید و از بیرون بررسی کنید که در دسترس نیست.
Ports published by Docker can bypass ufw rules. If you publish the port, bind it to 127.0.0.1 or the management network address only, and verify from outside that it is not reachable.
06آمادهسازی سرور هدفPrepare a target host#
روی هر سرور هدف یک کاربر اختصاصی برای Xeniguard بسازید که فقط با کلید وارد شود و sudo بدون رمز داشته باشد. Xeniguard با sudo -n کار میکند و هرگز رمز نمیپرسد. دستورهای زیر روی هر دو خانواده Debian و RHEL کار میکنند:
On each target, create a dedicated user for Xeniguard that logs in with a key only and has passwordless sudo. Xeniguard uses sudo -n and never prompts for a password. These commands work on both Debian and RHEL families:
sudo useradd -m -s /bin/bash xeniguard
sudo install -d -m 700 -o xeniguard -g xeniguard /home/xeniguard/.ssh
# paste the public key the panel gives you for this host
echo '<PUBLIC_KEY_FROM_PANEL>' | sudo tee /home/xeniguard/.ssh/authorized_keys
sudo chown xeniguard:xeniguard /home/xeniguard/.ssh/authorized_keys
sudo chmod 600 /home/xeniguard/.ssh/authorized_keys
# passwordless sudo, validated before it takes effect
echo 'xeniguard ALL=(ALL) NOPASSWD:ALL' | sudo tee /etc/sudoers.d/xeniguard
sudo chmod 440 /etc/sudoers.d/xeniguard
sudo visudo -cf /etc/sudoers.d/xeniguardبرای محدود کردن کلید به سرور مدیریت، ابتدای همان خط در authorized_keys گزینه from را اضافه کنید:
To restrict the key to your management server, prefix that line in authorized_keys with a from option:
from="<MANAGEMENT_SERVER_IP>" ssh-ed25519 AAAA... xeniguardاین کاربر عملاً دسترسی root دارد. کلید خصوصی آن را فقط در سرور مدیریت نگه دارید و اگر سروری را از Xeniguard خارج کردید، کاربر و فایل /etc/sudoers.d/xeniguard را هم حذف کنید.
This user effectively has root. Keep its private key on the management server only, and when you retire a host from Xeniguard, remove the user and /etc/sudoers.d/xeniguard.
اثر انگشت کلید میزبان را برای گام بعد یادداشت کنید:
Note the host-key fingerprint for the next step:
for f in /etc/ssh/ssh_host_*_key.pub; do ssh-keygen -lf "$f"; done
systemctl --version | head -n1 # confirms systemd is present07ثبت میزبان و پین کلیدRegister and pin the host#
- در پنل به صفحه Hosts بروید و میزبان جدید را با نشانی و کاربر SSH ثبت کنید.
- کلیدهای SSH را مبادله کنید و کلید عمومی را مطابق گام قبل روی سرور هدف قرار دهید.
- پنل اثر انگشت کلید میزبان را نشان میدهد. آن را با خروجی
ssh-keygen -lfکه روی خود سرور گرفتید مقایسه کنید و فقط در صورت تطابق تأیید کنید. - از این لحظه کلید پین شده است. هر اتصالی با کلید متفاوت، بدون استثنا رد میشود.
- In the panel, open Hosts and register the new host with its address and SSH user.
- Exchange SSH keys and install the public key on the target as in the previous step.
- The panel shows the host-key fingerprint. Compare it with the
ssh-keygen -lfoutput you took on the host itself and confirm only if they match. - From now on the key is pinned. Any connection presenting a different key is refused outright.
پین کردن بر پایه اعتماد در اولین استفاده است. اولین تأیید مهمترین لحظه است؛ اثر انگشت را از یک مسیر مستقل، مثل کنسول سرور، بگیرید، نه از همان اتصال SSH.
Pinning is trust-on-first-use, so the first confirmation matters most. Get the fingerprint through an independent path such as the server console, not over the same SSH connection.
بررسی، برنامه، اعمال، بازگردانیCheck, Plan, Apply, Rollback#
هر چهار عمل را از صفحه میزبان در پنل اجرا میکنید. ترتیب پیشنهادی همیشه همین است:
You run all four from the host's page in the panel. The recommended order is always:
- Check: وضعیت فعلی و امتیاز را ببینید. هیچ چیزی تغییر نمیکند.
- Plan: فهرست تغییرات را مرور کنید، بهخصوص مواردی که ریسک قفلشدن دارند.
- Apply: برنامه را اعمال کنید. یک نشست SSH یا کنسول جداگانه باز نگه دارید.
- Check دوباره: امتیاز جدید را ببینید و مطمئن شوید سرویسها سالماند. اگر مشکلی بود، Rollback.
- Check: see the current state and score. Nothing changes.
- Plan: review the change list, especially lockout-risk items.
- Apply: execute the plan. Keep a separate SSH session or console open.
- Check again: confirm the new score and that services are healthy. If something is wrong, Rollback.
پشت صحنه در حالت SSHWhat happens in SSH mode
- اتصال SSH برقرار میشود و هر کلیدی جز کلید پینشده رد میشود.
- یک نسخه تازه از موتور و کاتالوگ در پوشهای که با
mktemp -dساخته شده بارگذاری میشود. - موتور با
sudo -nبهعنوان root اجرا و نتیجه بهصورت زنده به پنل فرستاده میشود. - نسخه بارگذاریشده پس از پایان کار پاک میشود.
- An SSH connection is made, refusing anything but the pinned host key.
- A fresh copy of the engine and catalog is uploaded into a
mktemp -ddirectory. - The engine runs as root via
sudo -nand results stream back to the panel. - The uploaded copy is removed when the run finishes.
محافظ قفلشدنThe lockout guard#
بعضی کنترلها، مثل تغییر تنظیمات SSH یا سیاست فایروال، اگر اشتباه پیش بروند میتوانند دسترسی شما به سرور را قطع کنند. Xeniguard این تغییرات را در برنامه بهعنوان «ریسک قفلشدن» علامت میزند و فقط وقتی اعمالشان میکند که بتواند روی سرور هدف یک محافظ از طریق systemd فعال کند.
Some controls, such as SSH settings or firewall policy, can cut off your access if something goes wrong. Xeniguard marks these as lockout-risk in the plan and applies them only when it can arm a guard through systemd on the target.
اگر سرور هدف systemd نداشته باشد، اعمال تغییرات پرخطر رد میشود. این رفتار عمدی است و نباید دور زده شود.
If the target has no systemd, applying lockout-risk changes is refused. This is deliberate and should not be worked around.
محافظ جایگزین احتیاط شما نیست: پیش از اعمال، یک راه دسترسی جایگزین داشته باشید.
The guard does not replace your own caution: have a fallback access path before you apply.
کاتالوگ و امتیاز سختسازیCatalog and Hardening Score#
صفحه Catalog در پنل همه کنترلها و جدول وزن هر کدام در امتیاز را نشان میدهد. خواندن کاتالوگ به هیچ دسترسی ممتازی نیاز ندارد. روش محاسبه و وزندهی امتیاز در docs/scoring.md مستند شده است.
The panel's Catalog page lists every control and its weight in the score. Reading the catalog needs no privilege. How the score is computed and weighted is documented in docs/scoring.md.
| نسخهEdition | سقف تقریبی امتیازApproximate score ceiling |
|---|---|
| Community | ~70 |
| Enterprise | ~95 |
سقف به محتوای کاتالوگ بستگی دارد، نه به موتور. امتیاز ۷۰ در نسخه Community یعنی همه کنترلهای موجود در آن نسخه اعمال شدهاند.
The ceiling depends on catalog content, not on the engine. A score of 70 in Community means every control available in that edition is applied.
حالت محلیLocal mode#
برای سخت کردن خود ماشینی که پنل رویش اجرا میشود، این اجزا باید مستقیماً و بدون کانتینر روی همان ماشین اجرا شوند: server، کمککننده ممتاز cmd/helper، engine/ و catalog/، بهصورت سرویسهای systemd.
To harden the machine the panel runs on, run these directly on that machine as systemd services, with no container: server, the privileged helper cmd/helper, engine/ and catalog/.
کمککننده به root واقعی روی فایلسیستم واقعی نیاز دارد، و مرز فضای نام کانتینر دقیقاً برای جلوگیری از همین دسترسی است. به همین دلیل این حالت در بسته Docker پشتیبانی نمیشود.
The helper needs real root on the real filesystem, which a container's namespace boundary exists specifically to prevent. That is why this mode is not supported in the Docker packaging.
دستور ساخت و راهاندازی هر جزء در فایل README.md داخل پوشههای engine/، server/ و web/ آمده است. بستهبندی سادهتر برای این حالت در حال آمادهسازی است.
Build and run instructions for each component are in the README.md inside engine/, server/ and web/. Simpler packaging for this mode is in progress.
امنیت سرور مدیریتSecuring the control plane#
سرور مدیریت میتواند با root به همه سرورهای ثبتشده وصل شود. آن را حساسترین ماشین مجموعه بدانید:
The management server can reach every registered host as root. Treat it as the most sensitive machine you own:
- پنل را فقط از طریق تونل SSH یا شبکه مدیریتی در دسترس بگذارید.
- ورود SSH به خود سرور مدیریت را فقط با کلید و برای افراد محدود مجاز کنید.
- کانتینر را با
docker composeاجرا کنید تا محدودیتهای فایلسیستم فقطخواندنی و capabilityها اعمال شوند. - سیستمعامل و Docker را بهروز نگه دارید؛ خود این سرور را هم میتوانید با Xeniguard در حالت SSH از یک ماشین دیگر سخت کنید.
- Expose the panel only through an SSH tunnel or the management network.
- Allow key-only SSH to the management server itself, for a small set of people.
- Run the container with
docker composeso the read-only filesystem and capability restrictions apply. - Keep the OS and Docker updated; you can also harden this server with Xeniguard in SSH mode from another machine.
تحلیل تهدید کامل پروژه در docs/threat-model.md آمده است.
The project's full threat analysis is in docs/threat-model.md.
بهروزرسانیUpgrading#
cd xeniguard
git pull
docker compose up -d --build
curl http://127.0.0.1:8091/healthzچون در حالت SSH هر اجرا یک نسخه تازه از موتور و کاتالوگ را روی هدف بارگذاری میکند، با بهروزرسانی پنل، سرورهای هدف هم از اجرای بعدی نسخه جدید را میگیرند. پیش از بهروزرسانی یادداشتهای انتشار را بخوانید.
Because every SSH-mode run uploads a fresh copy of the engine and catalog, target hosts pick up the new version on their next run once the panel is upgraded. Read the release notes before upgrading.
رفع اشکالTroubleshooting#
docker compose ps
docker compose logs --tail=200میزبان localhost «engine unavailable» نشان میدهدThe localhost host shows "engine unavailable"
در استقرار Docker این رفتار درست است. کانتینر root نیست و کمککننده ممتاز ندارد. برای سخت کردن خود این ماشین از حالت محلی یا از یک پنل دیگر در حالت SSH استفاده کنید.
In the Docker deployment this is correct. The container is not root and has no privileged helper. To harden this machine, use local mode or another panel in SSH mode.
اتصال به میزبان به دلیل تغییر کلید رد میشودConnection refused because the host key changed
Xeniguard کلید ناهمخوان را همیشه رد میکند. این ممکن است به دلیل نصب دوباره سیستمعامل یا چرخش کلید باشد، یا نشانه حمله مرد میانی. پیش از هر اقدامی، از یک مسیر مستقل مثل کنسول سرور علت تغییر را تأیید کنید.
Xeniguard always refuses a mismatched key. It may be caused by an OS reinstall or key rotation, or it may signal a man-in-the-middle. Confirm the reason through an independent path such as the server console before doing anything else.
خطای «a password is required» از sudosudo reports "a password is required"
کاربر SSH دسترسی sudo بدون رمز ندارد. فایل /etc/sudoers.d/xeniguard را طبق آمادهسازی سرور هدف بسازید و با این دستور بررسی کنید:
The SSH user lacks passwordless sudo. Create /etc/sudoers.d/xeniguard as in Prepare a target host and test with:
sudo -u xeniguard sudo -n true && echo okاعمال تغییرات به دلیل ریسک قفلشدن رد شدApply refused because of lockout risk
سرور هدف systemd ندارد و محافظ قابل فعال شدن نیست. این تغییرات را روی آن سرور بهصورت دستی و با دسترسی کنسول انجام دهید؛ بقیه کنترلها همچنان قابل اعمالاند.
The target has no systemd, so the guard cannot be armed. Make those changes manually with console access on that host; other controls can still be applied.
healthz پاسخ نمیدهد یا پورت ۸۰۹۱ اشغال استhealthz does not respond, or port 8091 is in use
با docker compose logs علت را ببینید. اگر سرویس دیگری پورت را گرفته، با دستور زیر پیدایش کنید:
Check docker compose logs for the cause. If another service holds the port, find it with:
sudo ss -tulpn | grep 8091ساخت ایمیج با timeout یا 403 متوقف میشودImage build times out or returns 403
دسترسی به Docker Hub برقرار نیست. Registry Mirror را طبق نصب Docker تنظیم کنید.
Docker Hub is unreachable. Configure a registry mirror as in Install Docker.
ساختار مخزن و CIRepository and CI#
هر جزء ابزار ساخت خودش را دارد و راهنمای آن در README.md همان پوشه است. در هر push این بررسیها اجرا میشوند:
Each component has its own toolchain, documented in that folder's README.md. Every push runs:
| جزءComponent | بررسیهاChecks |
|---|---|
engine/ | shellcheck, shfmt, bats |
catalog/ | اعتبارسنجی SchemaSchema validation |
server/ | go vet, gosec, تستهاtests |
web/ | tsc, ESLint |
اسناد کلیدی برای مشارکت: docs/threat-model.md (تحلیل STRIDE)، docs/scoring.md (امتیازدهی) و docs/assumptions.md (فرضهایی که هر جا مشخصات ساکت بوده ثبت شدهاند).
Key documents for contributors: docs/threat-model.md (STRIDE analysis), docs/scoring.md (scoring) and docs/assumptions.md (every assumption made where the spec was silent).
وضعیت، محدودیتها و مجوزStatus, limitations and licensing#
- Xeniguard در مرحله پایهگذاری (Phase 0) است و در حال توسعه فعال.
- بسته Docker فقط پنل مدیریت و سختسازی از راه SSH را پوشش میدهد و حالت محلی را اجرا نمیکند.
- ایجنت و اتصال به اسکنرها (از جمله Xenitex) مربوط به نسخه Enterprise هستند و در این مخزن فقط رابطهایشان وجود دارد.
- Xeniguard is in Phase 0 (Foundations) and under active development.
- The Docker packaging covers the control plane and SSH-mode hardening only; it does not run local mode.
- The agent and scanner integrations (including Xenitex) belong to Enterprise; only their interfaces exist in this repository.
| بخشPart | مجوزLicence |
|---|---|
engine/, catalog/ | Apache-2.0 |
server/, web/ | AGPL-3.0 |
پیش از بازتوزیع، NOTICE.md را بخوانید.
Read NOTICE.md before redistributing.