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
2017-09-16Code enhancementMichael Boelen
2017-09-16Improve process detectionMichael Boelen
2017-09-16Improved IsRunning() process matching (#463)FlorentCoppint
2017-09-12Added extra legal words for bannersMichael Boelen
2017-09-06[CRYP-7902] fix for bourne shell and rewriteMichael Boelen
2017-09-06Allow for files with spacesMichael Boelen
2017-09-05Improve loggingMichael Boelen
2017-09-04Don't assume sshd version is in first line (#452)Brian Ginsbach
There are some versions of OpenSSH where the version information isn't in the first line (like NetBSD's with the HPN patches).
2017-09-04Do not limit debsums to Debian systems (#457)Tom Reynolds
Debsums is supported on Debian and other systems as per GitHub issue #446. Undo commit d1969001c6df84ea58c7913140a7a03f6b2486a1.
2017-08-31When providing suggestion related to hostid, append to file instead of ↵Michael Boelen
overwriting
2017-08-31Detection of Linux Mint missed right fieldMichael Boelen
2017-08-29Support spaces in file names (#445)Bruno Vernay
* Support spaces in file names File names may contain spaces * Fixed 2more cases
2017-08-29Support spaces in file names (#444)Bruno Vernay
File names may contain spaces
2017-08-19[PKGS-7380] Fix NetBSD packages vulnerabilities file name (#443)Brian Ginsbach
* [PKGS-7380] Fix NetBSD packages vulnerabilities file name * OS Detection: Add early Mac OS X releases
2017-08-19Preparations for APTMichael Boelen
2017-08-19Linux Mint detectionMichael Boelen
2017-08-18[CRYP-7902] add a test to filter out non-certificate filesMichael Boelen
2017-08-18[CRYP-7902] certificate validation changedMichael Boelen
2017-08-17Improve systemd detectionMichael Boelen
2017-08-17[TOOL-5002] performance enhancement to reduce number of dirs/files to checkMichael Boelen
2017-08-17[TOOL-5002] rewrite of Ansible detectionMichael Boelen
2017-08-17[TOOL-5002] Ansible detection addedMichael Boelen
2017-08-17Ignore file access errors when trying to access themMichael Boelen
2017-08-17[HRDN-7230] Show single line when no malware scanner was detectedMichael Boelen
2017-08-16remove test for deprecated sshd option UsePrivilegeSeparation (#432)Lukas Pirl
see also https://www.openssh.com/txt/release-7.5
2017-08-16Do not unset PHPVERSION after detect it (#438)Tom H
2017-08-16Added php.ini locations for Ubuntu 16.04LTS (#439)Jason Soto
2017-08-08Set default log directory, or allow it be set per OSMichael Boelen
2017-08-08Redirect errors like file permissionsMichael Boelen
2017-08-03[NETW-3006] Updated detection of MAC addresses on LinuxMichael Boelen
2017-08-02Added /opt/apacheMichael Boelen
2017-07-31Enhanced detection for LXC and LXC over VM (#426)Stéphane BARBARAY
* Update functions * Update functions * Update tests_shells * Update tests_shells * Update IsVirtualMachine extra check on /proc/1/environ existence + Log result
2017-07-28[FILE-6310] match mount points by exact nameMichael Boelen
2017-07-28Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2017-07-28Suhosin is hard linked into PHP on OpenBSD (#423)alobodzinski
2017-07-18[CRYP-7902] prevent test from showing error on screen related to wrong ↵Michael Boelen
certificate file
2017-07-11Add /usr/lib/apache module search path for DirectAdmin (#417)James White
2017-07-10[PKGS-7370] only use debsums test for Debian systemsMichael Boelen
2017-07-10Include instructions if hostid2 is emptyMichael Boelen
2017-07-10Update tests_containers (#412)superpoussin22
last docker version no more use docker -d sounds better to check dockerd
2017-07-10Firewall check updates (#414)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
* Check if CSF is running * Check for APF presence
2017-07-10Suhosin simulation mode status (#411)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
* fix suhsoin check text * use PHPINI_ALLFILES variable * Check suhosin simulation mode status * Small style improvement
2017-07-01OS detection: macOS 10.13, High Sierra (#409)Jeremy Daer
2017-06-22Allow tags and system-customer-name to be specifiedMichael Boelen
2017-06-21Show full command for remote usageMichael Boelen
2017-06-21Minor fixes for embedded Linux. (#406)Daniel Romell
* Check if the "locale" binary is available before using it. This is no functional change as it will still fall back to english when the locale can't be determined. This fix gets rid of the following error when running on systems without the locale binary: ./lynis: line 112: locale: command not found Signed-off-by: Daniel Romell <daro@hms.se> * tests_kernel: KRNL-5677: Fix invalid use of shell test. This fixes an issue (syntax error) triggered on systems with no PAE or NX extensions: - Checking CPU support (NX/PAE) /usr/libexec/lynis/include/tests_kernel: line 126: [: too many arguments /usr/libexec/lynis/include/tests_kernel: line 132: [: too many arguments No need to use [] when only looking at function return values. Signed-off-by: Daniel Romell <daro@hms.se>
2017-06-21Add lowercase path for changelog search (eg: Fedora/EPEL pkg) (#408)Athmane Madjoudj
2017-06-14add ini paths for cloudlinux (#400)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2017-06-14add suhosin status test (#401)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
* add suhosin status test * get matched line only
2017-06-14Fix pkg audit option (#403)Jose Luis Duran
-F, --fetch Fetch the database before checking. [ci skip]