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
2020-10-16Improved detection of kernel by ignoring known incorrect valuesMichael Boelen
2020-10-02Resolved merge conflictMichael Boelen
2020-10-02Added CloudLinuxMichael Boelen
2020-10-02Updated logMichael Boelen
2020-09-03Don't provide suggestion to install pseudo rng at this momentMichael Boelen
2020-08-07Merge pull request #913 from topimiettinen/check-der-certsMichael Boelen
[CRYP-7902] Check also certificates in DER format
2020-08-07Merge pull request #981 from Varbin/openntpd-equalsMichael Boelen
[TIME-3180, TIME-3181, TIME-3182] Fix OpenNTPD tests
2020-08-07Merge pull request #993 from Varbin/more-cron-ntpMichael Boelen
[TIME-3104] Find more time synchronization commands
2020-08-07Merge pull request #980 from Varbin/953-timesyncd-no-dbusMichael Boelen
Fix timesyncd detection on systems without dbus.
2020-08-07Merge pull request #974 from igloonet/feature/warn-slow-setttingMichael Boelen
Command line option for slow test threshold
2020-08-07Adding Alpine Linux to OSDetectionSteve Kolenich
2020-08-05Merge pull request #994 from konstruktoid/issue992Michael Boelen
add Microsoft Defender ATP, malware scanner
2020-07-27Add missing PHP 7.4 check for BSD0ri0n
2020-07-27Add PHP 7.4 Detection Paths0ri0n
2020-07-22add Microsoft Defender ATP, malware scannerThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-07-10use STATBINARY, put filename in variableSimon Biewald
2020-07-10use = instead of ==Simon Biewald
2020-07-10shellcheck: check exit code directlySimon Biewald
2020-07-10find more cron ntp clients, iterate over cron files with globSimon Biewald
2020-07-09use correct regex and comparison to match peersSimon Biewald
2020-07-09compare correct stuff in openntpd testsSimon Biewald
I accidentially compared rubbish in the openntpd tests, thus they were not executed at all. Additionally, == was used instead of =.
2020-07-09add new test to test databaseSimon Biewald
2020-07-09detect and test for timesyncd w/o working timedatectlSimon Biewald
On systems without dbus timedatectl does not work. Thus it is checked if timesyncd currently runs and when /run/systemd/timesyncd/synchronized was last modified. Timesyncd touches this file on any sucessfull synchronization. This is documented in systemd-timesyncd(8). The new test for successfull documentation has the id TIME-3185.
2020-07-07Merge pull request #972 from igloonet/fix/FILE-6425-no-modprobe-dMichael Boelen
[FILE-6430] Don't grep nonexistant modprobe.d files
2020-07-06Fix for too short IDs due to hexdump output missing leading or trailing zeroesMichael Boelen
2020-07-03Command line option for slow test thresholdKepi
IMHO it should be OK to run long tests if we count with it. Example: lynis audit system --slow-warning 300 Will warn when test takes longer than 300 seconds, instead of default 10.
2020-07-02[FILE-6430] Don't grep nonexistant modprobe.d filesKepi
We don't want to grep files in modprobe.d when dir is empty. Uses same approach as in USB-1000.
2020-06-28Add /etc/os-release detection of Linux MintMichael Boelen
2020-06-27Fix for Issues #964 - Pop!_OS added to osdetectionChris Lynch
2020-06-27Activate test for all operating systems, remove function keywordMichael Boelen
2020-06-27[AUTH-9229] resolving syntax error on MacOS CatalinaWes Price
2020-06-26[AUTH-9229] Undo escaping exclamation mark and disabling test for AIX and macOSMichael Boelen
2020-06-26Use BSD style format when calling statMichael Boelen
2020-06-26[FIRE-4534] set initial stateMichael Boelen
2020-06-26[AUTH-9229] escaped exclamation markMichael Boelen
2020-06-24Merge pull request #920 from jsrc27/Fix-KRNL-5730Michael Boelen
Fix KRNL-5730 to properly check /proc/config.gz
2020-06-24[MALW-3280] added additional BitDefender processMichael Boelen
2020-06-23[AUTH-9229] added option to look for LOCKED accountsMichael Boelen
2020-06-23[INSE-8312] corrected textMichael Boelen
2020-06-22Added macOS Big Sur (11.0)Alexander Lackner
2020-06-22Merge pull request #958 from Steve8291/patch-2Michael Boelen
fix stderr output from cryptsetup status
2020-06-22Fix for language detection, unset LANG as right placeMichael Boelen
2020-06-22[BOOT-5122] presence check for grub.d addedMichael Boelen
2020-06-21fix stderr output from cryptsetup statusSteve8291
Redirected stderr to /dev/null to silence output of `cryptsetup status /swap.img` This was causing error output from my cron script. Otherwise, if the swap file is not encrypted then the following error will be printed: `Device swap.img not found`
2020-06-21[KRNL-5830] improved detection for non-symlinked kernel on diskMichael Boelen
2020-06-21Remove unneeded line in log to prevent double entryMichael Boelen
2020-06-21Add log entry to help troubleshooting users that still use old-style ↵Michael Boelen
configuration entries in profile
2020-06-19Reordered items, added Kali Linux, improved exception messageMichael Boelen
2020-06-18CVE-2019-13033 - Discovered by Sander BosMichael Boelen
2020-06-02Merge pull request #941 from ↵Michael Boelen
iain-cuthbertson-siftware/bugfix/allow-mixed-case-hostnames Adds uppercase option to the hostname validation regex