我是刚接触过Lynis的保安工具。我用包管理器安装了它,并检查它是否是最新版本:
$ sudo apt-get install lynis
...
lynis is already the newest version (2.1.1-1).然而,当我运行lynis audit system时,我得到:
- Program update status... [ WARNING ]
===============================================================================
Lynis update available
===============================================================================
Current version : 211 Latest version : 304
Please update to the latest version for new features, bug fixes, tests
and baselines.
https://cisofy.com/downloads/
==================================================我怎样才能更新Lynis的最新版本?
发布于 2021-06-18 19:11:41
简而言之,他们期望你绕过你的操作系统供应商,获得最新的版本。我在2.6.2下面看到的错误消息更明确:
Current version is more than 4 months old
Current version : 262 Latest version : 304
Please update to the latest version.
New releases include additional features, bug fixes, tests, and baselines.
Download the latest version:
Packages (DEB/RPM) - https://packages.cisofy.com
Website (TAR) - https://cisofy.com/downloads/
GitHub (source) - https://github.com/CISOfy/lynis因为您的OS供应商提供的版本可能落后于当前可用的版本,所以它们提供了许多方法来更新它;要么检索..deb/..rpm包(用于Debian-ish或RedHat-ish发行版),要么检索源的tarfile,或者为源代码检索github。
例如,Ubuntu包页面将引导您完成将Cisofy存储库添加到本地操作系统所需的步骤,然后使用apt从那里安装包。其他发行版页显示了使用apt、yum或zypper包管理器的适当步骤,这取决于操作系统的风格。
https://security.stackexchange.com/questions/251510
复制相似问题