A one-command security scan + hardening tool for Linux servers. Built for apps shipped with AI coding tools. This page covers installation and usage.
After purchase you receive a license key (WSEC-β¦) by email. Then:
# 1) Download
curl -fsSL https://weristo.com/weri-secure.sh -o weri-secure.sh
chmod +x weri-secure.sh
# 2) Run with your key (root / sudo)
sudo ./weri-secure.sh --key WSEC-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
Thatβs it. You get a full report, the common holes are flagged with fixes, and a continuous watchdog is installed.
sudo (needed to inspect + harden the system)curl (standard on most servers)| Option | Description |
|---|---|
--key <KEY> | Your license key. Alternatively place it in /etc/weri-secure/license.key or env WERI_LICENSE_KEY. |
High-level coverage areas (the tool does the detection for you):
No. It inspects configuration + installs a small watchdog. The only thing it ever removes is its own files (on an invalid/duplicate license) or known malware it detects.
It needs one outbound HTTPS call to validate the license. After that, the local watchdog runs without network.
Yes β the scan is read-only by default and reports what it finds. You stay in control of the fixes.
Questions and support: security@weristo.com.