Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-07Release 2.7.22.7.2Michael Boelen
2019-03-07Add new testsMichael Boelen
2019-03-07[BOOT-5122] don't use WARNING, but show NONE if no protection is implementedMichael Boelen
2019-03-07[BOOT 5177] Simplify service filter & support multiple periods in names (#633)chr0mag
* Handle service names with multiple periods The current awk filter produces truncated output if the service name contains multiple periods. eg. dbus-org.freedesktop.resolve1.service and dbus-org.freedesktop.network1.service both appear as 'dbus-org' in the resulting service list. This change addresses this by filtering on '.service' instead. * Simplify systemd service filtering Added systemctl switches to filter the output based on enabled or running services. This removes the need for one of the awk statements.
2019-03-07BOOT-5117 adds systemd-boot bootloader detection (#634)chr0mag
Adds a test to detect systemd-boot. The 'bootctl' binary is also added as this is the utility used to inspect the systemd-boot configuration. This test is only executed if systemd is installed, the bootctl utility exists and the system is booted in UEFI mode.
2019-03-07[KRNL-5788] Fix false positive warning on missing /vmlinuz (#650)silentcreek
Not all architectures use a /vmlinuz symlink in Debian. For instance, armhf systems may only provide a symlink in /boot/vmlinuz. Fall back to testing /boot/vmlinuz if /vmlinuz is not found. Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
2019-03-07[PKGS-7388] Fix false positive warning on missing security archive (#651)silentcreek
Currently the check for the security archive in Debian/Ubuntu fails, if the archive is not hosted on security.{debian,ubuntu}.org and the URL does have trailing slash, such as this: deb http://deb.debian.org/debian-security/ stretch/updates main Change the regular expression to allow for a trailing slash in the URL when filtering the package sources lists. Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de>
2019-03-07Added Korean translation (#652)Jerry Park
* Korean translation for ko-KR Translation in Korean * changed ko-KR to ko
2019-03-05Store date and timestamp for EOLMichael Boelen
2019-03-05Corrected FreeBSD, added CentOS and OpenBSDMichael Boelen
2019-03-05Updated logMichael Boelen
2019-03-05better OpenBSD support (#641)jirib
2019-03-05[FIRE-4540] Modify test to better measure rules (#636)chr0mag
This test was previously measuring the number of bytes (wc -c) in the exported JSON which is likely not what was intended and will lead to false positives anytime the number of bytes exceeds 16. The export feature is poorly documented and requires the jansson package on the target system to export as JSON - which may not always be the case. Lastly, 16 is an arbitrary and uncessarily high number. A simple workstation firewall can have only 3 rules and be effective. This commit makes use of 'nft list ruleset' instead of the export command, strips out blank lines as well as table & chain headers before measuring the number of lines in the output. Any result with more than 3 rules is now considered non-empty. This is more consistent with the equivalent iptables test case.
2019-03-04Updated entriesMichael Boelen
2019-03-04Updated logMichael Boelen
2019-03-04Added 'show eol' commandMichael Boelen
2019-03-04Use datestamps instead of date, due to compatibility with other platformsMichael Boelen
2019-03-04Initial lookup with awk correctedMichael Boelen
2019-03-04Replace awk statement with grep to simplify searchMichael Boelen
2019-02-28Updated logMichael Boelen
2019-02-28Style improvements, typo, variable usageMichael Boelen
2019-02-28[AUTH-9252] Sudo configuration file/folder check improvements (#637)chr0mag
* [AUTH-9252] Adds support for files in sudoers.d This commit adds permission checks for files found in 'sudoers.d'. Previously only the main 'sudoers' file is checked. Fixes #600. * [AUTH-9252] Check drop-in directory permissions The test case currently only checks file permissions. This adds logic to check the drop-in directory permissions as well. * [AUTH-9252] Check file/folder ownership This test currently only checks file/directory permissions. This commit adds checks to ensure sudo configuration files/folders are owned with UID=0 and GID=0.
2019-02-28Fix #638. (#640)dataking
* fix for issue #453; simply add RPi/Raspian path to PAM_FILE_LOCATIONS * Only use data before # to handle inline comments in /etc/resolv.conf.
2019-02-26Updated logMichael Boelen
2019-02-26Switch to dev for 2.7.2Michael Boelen
2019-02-26Initial support for end-of-life OS detectionMichael Boelen
2019-01-31Release 2.7.12.7.1Michael Boelen
2019-01-31Disable logging of virtual host to report due to lengthMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2019-01-31Update tests_system_integrity (#627)TheFlipside
https://github.com/CISOfy/lynis/issues/626
2019-01-31Updated logMichael Boelen
2019-01-31Removed non-compatible code (eg AIX)Michael Boelen
2019-01-14Added STATUS_WEAKMichael Boelen
2019-01-14Minor changes and remarks regarding HostIDMichael Boelen
2019-01-14Added STATUS_WEAKMichael Boelen
2018-12-31Updated logMichael Boelen
2018-12-31Remove unneeded variable for firewall as data is stored in reportMichael Boelen
2018-12-29Updated logMichael Boelen
2018-12-29[LOGG-2190] added filter for MariaDB, tested onCentOSMichael Boelen
2018-12-17Updated logMichael Boelen
2018-12-17Remove FIND1 variable, as we prefer FIND to limit number of variablesMichael Boelen
2018-12-17[AUTH-9282][AUTH-9283] Add support for RedHad and clones (#609)Capashenn
[AUTH-9282][AUTH-9283] Add support for Red Hat and clones
2018-12-17Fix error printed to screen when run from shell without "command" (#601)theycallhimpat
Issue is present on busybox ash shell without "command" builtin. Fix issue by redirecting errors to /dev/null
2018-12-17Fix printed error when wget comes from busybox (#602)theycallhimpat
Busybox's wget does't provide the -V parameter to get the version, so redirect stderr to /dev/null to hide the printed error message
2018-12-15Changed version exampleMichael Boelen
2018-12-14Updated logMichael Boelen
2018-12-14[FIRE-4534] Additional support for Hands Off!, LuLu, and Radio SilenceMichael Boelen
2018-12-14Update tests_firewalls (#599)marcinozga
Added detection of Little Snitch alternative firewalls: Hands Off!, LuLu, and Radio Silence.
2018-12-14Updated logMichael Boelen
2018-12-14[BOOT-5177] changed note to a hintMichael Boelen